home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0056 / 610.txt next >
Text File  |  1997-04-16  |  11KB  |  307 lines

  1. INFO-ATARI16 Digest         Mon,  6 Nov 89       Volume 89 : Issue 610
  2.  
  3. Today's Topics:
  4.                                1STW2PS
  5.                        GEMDOS extended arg spec
  6.                              Help for cms
  7.                  Memory upgrade affects performance?
  8.                        New Mega STs and TOS 1.4
  9.                         Seed Fills on the ST!!
  10.                  Spectre-GEM partition file transfers
  11.                              Spectre GCR
  12.                    Still blitter errors in TOS 1.4
  13.                           terminator archive
  14. ----------------------------------------------------------------------
  15.  
  16. Date: Mon, 6 Nov 89 11:00:46 GMT
  17. From: a_kowald%NIMR.MRC.AC.UK@Forsythe.Stanford.EDU (Axel Kowald)
  18. Subject: 1STW2PS
  19.  
  20. Recently Jean-Francois Germond asked for a simple drawing program which
  21. produces Postscript output.
  22. On the panarthea file server there is a program which does some very helpful.
  23. It converts a .gem file from EasyDraw2 into postscript, and the results are
  24. realy very impressive.
  25. The program is called 'Gem2ps' and is in volume6 of this server.
  26. I hope this is of any help.
  27.                 Axel
  28.  
  29. a_kowald@uk.ac.mrc.nimr
  30.  
  31.  
  32.  
  33. ------------------------------
  34.  
  35. Date: Mon,  6 NOV 89 14:01:34 GMT
  36. From: MALCOLM%tower-vax.city-poly.ac.uk@NSFnet-Relay.AC.UK
  37. Subject: GEMDOS extended arg spec
  38.  
  39. Hmmm.  Seems to me like a non-conforming child might have problems with this
  40. spec if the circumstances are right (i.e. wrong).  Example:
  41.  
  42. Suppose I Pexec a child and want to pass an argv[1] of "PATH=bletch"
  43. (don't ask why!); suppose further that the *real* environment doesn't contain
  44. a PATH variable.  Now the child starts up with an environment something like:
  45.  
  46. REAL_ENVIRONMENT_VARIABLE=anything
  47. ARGV=
  48. c:\bin\foo.prg
  49. PATH=bletch
  50.  
  51. If the child's startup code knows nothing of extended args and doesn't clobber
  52. ARGV, then any subsequent getenv("PATH") will get the value of something which
  53. was never intended to be an environment variable.  PATH is just an example, of
  54. course: it would happen with anything.
  55.  
  56. The xarg standard didn't have this problem, if I remember rightly, since the
  57. extended args were in the parent's address space rather than in the child's
  58. environment.  But that's probably undesirable - the child ought to leave the
  59. parent's space alone.  But what's wrong with something like this?:
  60.  
  61. REAL_ENVIRONMENT_VARIABLE=anything
  62. ARGV=
  63. ARGV0=c:\bin\foo.prg
  64. ARGV1=PATH=bletch
  65. ARGV2=etc
  66.  
  67. Yes, I know what's wrong with it:  it's yet *another* standard, when the MWC
  68. one is tried and tested, and if startup code has to deal with all the
  69. standards then we'll all need Megas (hey, wait a minute :-).  Just felt like
  70. being pedantic, that's all.
  71.  
  72. Now, a small gripe (more a flicker than a flame).
  73. silver!jkain@iuvax.cs.indiana.edu complained about some German from David
  74. Megginson:
  75.  
  76. > Well isn't *this* a fine how-do-you-do?  Even if we live in the U.S.
  77. > perhaps we would like to know what you're saying.
  78.  
  79. Writing queries to non-English readers (not including Americans ;-) in their
  80. own language is a nice touch I suppose, but maybe a bit unnecessary since if
  81. they didn't read English they wouldn't be reading this list.  BUT (a big but):
  82. I'd *far* rather struggle through some simple German than the megabytes of
  83. why-Atari-are-jerks/why-Commodore-are-better drivel that we see every day here
  84. and which I've been seeing for *years*.  90% of this stuff says nothing new,
  85. so what purpose does it serve?  It certainly doesn't gee-up Atari: they've
  86. heard it all, they *know* there are p*ssed-off users out here.  Yeah, I know
  87. I'm wasting my breath...
  88.  
  89. Malcolm Ray
  90. City of London Polytechnic Computer Service
  91.  
  92. JANET:          malcolm@uk.ac.clp.tvax
  93. EARN/BitNet:    malcolm@tvax.clp.ac.uk
  94. Internet:       malcolm%tvax.clp.ac.uk@nsfnet-relay.ac.uk
  95.  
  96. ------------------------------
  97.  
  98. Date: Mon, 06 Nov 89 14:43:04 MEZ
  99. From: Harald Feldkamp <UNC438%DBNRHRZ1.BITNET@Forsythe.Stanford.EDU>
  100. Subject: Help for cms
  101.  
  102. Hallo,
  103. I Have some problems to UUDECODE and ARC PD-Software from Fileservers like
  104. Parnathea.
  105. I am working with an IBM3081 under vm/CMS and a IBM Modell 30 as terminal and
  106. 3081 terminal emulation.
  107. Is there a program under cms to uudecode and arc software ?
  108. For any help I would be glad.
  109.  
  110. ---------------------------------------------------------------------------
  111. Harald Feldkamp           Earn/Bitnet: UNC438 at DBNRHRZ1
  112. Anorg. Chem. Institut
  113. Uni Bonn
  114. -----------------------------------------------------------------------
  115.  
  116. ------------------------------
  117.  
  118. Date: 6 Nov 89 10:10:41 GMT
  119. From: mcsun!unido!gmdzi!focke@uunet.uu.net  (Stefan Focke)
  120. Subject: Memory upgrade affects performance?
  121.  
  122. In article <1184@cbnewsi.ATT.COM>, dmk@cbnewsi.ATT.COM  writes:
  123. >
  124. > I just upgraded my 1985 vintage 520ST to 2.5 Meg of
  125. > memory and I've noted some system performance differences
  126. > that make me wonder if I've done the upgrade correctly.
  127. >
  128. > The thing I don't understand is that the computer takes at least
  129. > 4 times as long to boot (possibly longer).
  130. >
  131. > dan
  132.  
  133.  
  134. I think I've read some time ago, that they have solved this problem
  135. with the Blitter-TOS.
  136.  
  137. If you have an older version, you can put the program NULLFILL in
  138. your AUTO-folder witch also makes loading a program faster.
  139.  
  140. Stefan Focke   (focke@gmdzi.UUCP)
  141.  
  142. ------------------------------
  143.  
  144. Date: 6 Nov 89 10:16:59 GMT
  145. From: mcsun!unido!gmdzi!focke@uunet.uu.net  (Stefan Focke)
  146. Subject: New Mega STs and TOS 1.4
  147.  
  148. I have heard, that in Germany also in future new Mega STs will be delivered
  149. with the old Blitter TOS, not with TOS 1.4.
  150.  
  151. Is this the same in the rest of the world?
  152.  
  153. Does anyone know a good reason, why Atari sells new hardware with a faulty
  154. TOS if they have a better one.
  155.  
  156. Stefan Focke    (focke@gmdzi.UUCP)
  157.  
  158. ------------------------------
  159.  
  160. Date: Mon, 6 Nov 89 13:06:40 GMT
  161. From: n-waters%NIMR.MRC.AC.UK@Forsythe.Stanford.EDU (Nick Waterson)
  162. Subject: Seed Fills on the ST!!
  163.  
  164.         Hi out there,
  165.                 Recently I have been trying to find a way of determing the area of irregular
  166.  shapes. The method I was going to employ was a fill routine, the   number of
  167.  pixels in the fill being converted to an area. So the question is ....
  168. Is it possible to return the number of pixels 'filled' from the atari ROM seed
  169.  fill routine, if so how, and if not does anyone have a suitable routine?
  170.  
  171.  
  172.                                                  Thanks,
  173. ____________________________________________________________________________
  174.   Nick Waterson                  JANET:            n-waterson@uk.ac.mrc.nimr
  175.   Limb Development group          UUCP:
  176.   Nat. Inst. Medical Research     DARPA:n-waterson%mrc.nimr@nss.cs.ucl.ac.uk
  177.   The Ridgeway
  178.   Mill Hill
  179.   LONDON NW7 1AA                   Tel:                        01-959 3666
  180.   U.K.                                                           ext. 2366
  181. ____________________________________________________________________________
  182.  
  183.  
  184. ------------------------------
  185.  
  186. Date: Mon, 06 Nov 1989 09:15 EST
  187. From: Greg Csullog <01659%AECLCR.BITNET@Forsythe.Stanford.EDU>
  188. Subject: Spectre-GEM partition file transfers
  189.  
  190. My true commercial copy of Spectre GCR arrived today (up to now I had
  191. a gamma test version) and I have not had a chance to check out Transverter
  192. yet. I agree with the netter who asked Transverter to support HFS transfers.
  193. What would be even better would be for someone to write a Mac code that
  194. would access the GEM partitions (most Macs come with DOS disk capability now)
  195. to allow direct read/write to GEM partitions while in Mac mode. Any whiz kid
  196. wanna pick up the challenge on this one?
  197.  
  198. ------------------------------
  199.  
  200. Date: 5 Nov 89 09:21:55 GMT
  201. From:
  202.  att!occrsh!uokmax!metnet!p0.f30.n147.z1.FIDONET.ORG!Fred.Mah@ucbvax.Berkeley.ED
  203. U  (Fred Mah)
  204. Subject: Spectre GCR
  205.  
  206. To answer your question about Mac and Atari/Spectre GCR disk
  207. compatability I would have the following to say: Using Spectre GCR, the
  208. Atari will read SS/DD and DS/DD Mac disks but not high density so if
  209. you only put the info on double density disks there should be no
  210. problem.
  211.  
  212. 3
  213.  
  214.  
  215.  
  216. --
  217. Fred Mah - via FidoNet node 1:147/10
  218. UUCP: ...!att!occrsh!uokmax!metnet!30.0!Fred.Mah
  219. INTERNET: Fred.Mah@p0.f30.n147.z1.FIDONET.ORG
  220.  
  221. ------------------------------
  222.  
  223. Date: 6 Nov 89 10:22:12 GMT
  224. From: mcsun!unido!gmdzi!focke@uunet.uu.net  (Stefan Focke)
  225. Subject: Still blitter errors in TOS 1.4
  226.  
  227. I am a new owner of a Mega ST. Some time ago I read something about
  228. problems with Blitter-TOS and the Blitter. There is a program GOODBLIT
  229. (prehaps the name is not correct), witch does anything like preventing
  230. system crashes (I do not know the exact problem).
  231.  
  232. Is this program also neccesary with TOS 1.4?
  233.  
  234. Thank you
  235.  
  236. Stefan Focke    (focke@gmdzi.UUCP)
  237.  
  238. ------------------------------
  239.  
  240. Date: Mon, 6 Nov 89 12:55:43 GMT
  241. From: n-waters%NIMR.MRC.AC.UK@Forsythe.Stanford.EDU (Nick Waterson)
  242. Subject: terminator archive
  243.  
  244. Paul at Glasgow,
  245.         In answer to your question YES it is possible to reach terminator from
  246. the UK. It is also possible to get to Panarthea which is another archiver. The
  247.  addresses are below:
  248.  
  249.  1) atari@terminator.cc.umich.edu.
  250.  2) archive-server%panarthea.ebay@sun.com.
  251.  
  252.         I would also be glad to hear of any other ST archivers or Lists .
  253.  
  254.                                                  Thanks,
  255. ____________________________________________________________________________
  256.   Nick Waterson                  JANET:            n-waterson@uk.ac.mrc.nimr
  257.   Limb Development group          UUCP:
  258.   Nat. Inst. Medical Research     DARPA:n-waterson%mrc.nimr@nss.cs.ucl.ac.uk
  259.   The Ridgeway
  260.   Mill Hill
  261.   LONDON NW7 1AA                   Tel:                        01-959 3666
  262.   U.K.                                                           ext. 2366
  263. ____________________________________________________________________________
  264.  
  265.  
  266. ------------------------------
  267.  
  268. Date: Mon,  6 NOV 89 13:20:43
  269. From: WOODALLP%VAX1.COMPUTER-CENTRE.BIRMINGHAM.AC.UK@CUNYVM.CUNY.EDU
  270.  
  271. ******FOR SALE IN U.K*******
  272.  
  273. Hyper-Paint & Flair Paint Both Brand new 12 quid each.
  274.  
  275. Easy Tools  (1 meg and EZD II required)  15 Quid
  276.  
  277. The Pawn and Psion Chess  6 Quid each
  278.  
  279. PP Font Disk (Chancery, Chicago, Bookman) 5 quid
  280.  
  281. Pro Midi 5 quid
  282.  
  283. Quantum Paint 1.05 (oldish version) 5 quid
  284.  
  285. Genesis Molecular Modeller  20 quid
  286.  
  287. Cyber Studio (As New, binder etc) 35 quid
  288.  
  289. Sorry to non UK RESIDENTS ABOUT WASTING YOUR TIME.
  290.  
  291. Reply to Philip Woodall   WOODALLP@UK.AC.BHAM.VAX1
  292.  
  293. OR
  294.          1 Yarner Close
  295.          Dudley
  296.          West Midlands
  297.          DY1 2UR
  298.  
  299. Phone Day: 021-414-4308 (Superconductor Lab- ask for Philip)
  300.     Night: 0384-241461
  301.  
  302. ------------------------------
  303.  
  304. End of INFO-ATARI16 Digest V89 Issue #610
  305. *****************************************
  306.  
  307.